|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
Variables | |
| uint16_t | status = STATUS_SUCCESS |
| void main | ( | void | ) |
Definition at line 62 of file pmm_ex1_vcore3.c.
References __delay_cycles(), and status.
| uint16_t status = STATUS_SUCCESS |
The device is set to core level 3. The PMM_setVcore function also sets the SVS and SVM (high & low side) modules as required for a core setting of 3.
MSP430F54xA
-----------------
/|\| |
| | |
--|RST |
| Vcore|--> Monitor voltage on Vcore pin
| P1.0|-->LED
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 60 of file pmm_ex1_vcore3.c.
Referenced by copy_C2D(), main(), and write_SegC().